gh-152023: Update Android and Windows builds to SQLite 3.53.3 - #155101
Draft
StanFromIreland wants to merge 1 commit into
Draft
gh-152023: Update Android and Windows builds to SQLite 3.53.3#155101StanFromIreland wants to merge 1 commit into
StanFromIreland wants to merge 1 commit into
Conversation
StanFromIreland
requested review from
a team,
freakboy3742,
mhsmith and
sethmlarson
as code owners
August 2, 2026 20:21
StanFromIreland
marked this pull request as draft
August 2, 2026 20:23
Member
|
I've created a SQLite release for Android, and rerun the Android CI on this PR. I've also sent you an invite to join the cpython-android-source-deps repository, which will allow you to create future releases by pushing a tag, as described in the README. There's no need to ask me before doing this, unless the release requires any other changes to the repository, in which case please make a PR first. |
Member
|
I was just going to grab the sources to update |
Member
Author
I think switching to 3.53.4 is fine, any thoughts @ned-deily? I can update this PR to include macOS. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This extends #153867 (macOS) to Android and Windows. I have yet to add the sources for either platform, I'm not quite sure how to go about that, @zware, could you please help with these? :-)
Additionally for Android, beeware/cpython-android-source-deps#10 is required before building SQLite to enable the
median()andpercentile()functions.